반복 - python

for key, value in some_dict.items():
	print(f'{key} : {value}')